body {
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	width: 740px;
	text-align: center;
}

#menu {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	width: 150px;
	height: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	width: 144px;
	height: 100%;
}

#menu ul a, ul a:hover, ul a:visited {
	margin: 0;
	padding: 2px;
	color: #FFCC33;
	text-decoration: none;
	display: block;
	width: 144px;
	height: 50px;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	width: 144px;
	height: 70px;
	background: url(images/button.jpg);
	background-repeat: no-repeat;
	color: #FF9933;
	text-align: center;
	font-family: sans-serif, verdana;
	font-weight: bold;
	line-height: 11pt
}

#content {
	display: inline;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: serif, times new roman;
	font-size: 14pt;
}

#content h1 {
	font-family: serif, times new roman;
	font-size: 36pt;
	color: #FF33CC;
}

#content hr {
	width: 250px;
	color: #0000FF;
	background: #0000FF;
}

#content table {
	text-align: center;
	font-family: serif, times new roman;
	font-size: 12pt;
}

#content img {
	margin: auto;
	padding: 0;
	text-align: center;
}

.red {
	color: #FF0000;
}

#footer {
	margin: auto;
	padding: 5px;
	display: inline;
	text-align: center;
	width: 590px;
	float: right;
}

.banner {
	margin: auto;
	padding-right: 40px;
	height: 40px;
	color: #0000FF;
	font-family: Impact;
	font-size: 22pt;
	line-height: 40px;
	background-image: url(images/bannericon.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

tr.d td {
	background-color: #E6E6E6; color: black;
}
